home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / demo / script-6 < prev    next >
Encoding:
Text File  |  1992-08-27  |  98 b   |  6 lines

  1. retrieve (emp.name) 
  2. from s in city
  3. where s.name = "berkeley"
  4. and emp.location ---> s.location
  5. \g
  6.